home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TEPABOUTDIALOGFM / TEPABOUTDIALOGFM.txt
Encoding:
Text File  |  1997-04-15  |  2.0 KB  |  108 lines

  1. object EPAboutDialogFm: TEPAboutDialogFm
  2.   Left = 343
  3.   Top = 249
  4.   ActiveControl = OKBt
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'About'
  8.   ClientHeight = 221
  9.   ClientWidth = 342
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object ProductLb: TLabel
  18.     Left = 68
  19.     Top = 12
  20.     Width = 74
  21.     Height = 16
  22.     Caption = '<<Product>>'
  23.     Font.Color = clWindowText
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object CopyrightLb: TLabel
  30.     Left = 68
  31.     Top = 32
  32.     Width = 68
  33.     Height = 13
  34.     Caption = '<<Copyright>>'
  35.   end
  36.   object DescriptionLb: TLabel
  37.     Left = 68
  38.     Top = 72
  39.     Width = 264
  40.     Height = 33
  41.     AutoSize = False
  42.     Caption = '<<Description>>'
  43.     WordWrap = True
  44.   end
  45.   object SerialLb: TLabel
  46.     Left = 68
  47.     Top = 112
  48.     Width = 50
  49.     Height = 13
  50.     Caption = '<<Serial>>'
  51.   end
  52.   object TLabel
  53.     Left = 68
  54.     Top = 138
  55.     Width = 185
  56.     Height = 13
  57.     Caption = 'Physical memory available to Windows:'
  58.   end
  59.   object TLabel
  60.     Left = 68
  61.     Top = 156
  62.     Width = 86
  63.     Height = 13
  64.     Caption = 'System resources:'
  65.   end
  66.   object MemoryLb: TLabel
  67.     Left = 256
  68.     Top = 138
  69.     Width = 74
  70.     Height = 13
  71.     Alignment = taRightJustify
  72.     Caption = '#,###" KB"'
  73.   end
  74.   object ResourcesLb: TLabel
  75.     Left = 260
  76.     Top = 156
  77.     Width = 70
  78.     Height = 13
  79.     Alignment = taRightJustify
  80.     Caption = '%d%% Free'
  81.   end
  82.   object AboutIm: TEPImage
  83.     Left = 12
  84.     Top = 12
  85.     Width = 41
  86.     Height = 41
  87.     Transparent = True
  88.   end
  89.   object EPBorder1: TEPBorder
  90.     Left = 68
  91.     Top = 132
  92.     Width = 264
  93.     Height = 9
  94.     BorderStyle = epbsHorizontal
  95.   end
  96.   object OKBt: TButton
  97.     Left = 256
  98.     Top = 188
  99.     Width = 75
  100.     Height = 23
  101.     Cancel = True
  102.     Caption = 'OK'
  103.     Default = True
  104.     ModalResult = 1
  105.     TabOrder = 0
  106.   end
  107. end
  108.